Fix a typo
authorHodong Kim <cogniti@gmail.com>
Mon, 24 Jun 2019 18:42:40 +0000 (18:42 +0000)
committerHodong Kim <cogniti@gmail.com>
Mon, 24 Jun 2019 18:42:40 +0000 (18:42 +0000)
gtk/gtkeventcontroller.c

index 48f66c189bef41d629663fc4fa0b161082009fe9..e70946b89c7719f82b126da987d55352e113375c 100644 (file)
@@ -270,7 +270,7 @@ gtk_event_controller_init (GtkEventController *controller)
  * @controller: a #GtkEventController
  * @event: a #GdkEvent
  *
- * Feeds an events into @controller, so it can be interpreted
+ * Feeds an event into @controller, so it can be interpreted
  * and the controller actions triggered.
  *
  * Returns: %TRUE if the event was potentially useful to trigger the